Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jan 2014 04:30:28 +0000 (23:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jan 2014 04:30:38 +0000 (23:30 -0500)
gtk/gtkbox.c

index 4ec256f8b6b095cf191fa8f34bc4391142e643d6..943e93b897407f7a6dcc1cc7f87a0cf113f853b3 100644 (file)
@@ -1753,7 +1753,7 @@ gtk_box_get_spacing (GtkBox *box)
  *
  * Sets the baseline position of a box. This affects
  * only horizontal boxes with at least one baseline aligned
- * child. If there is more vertical space availible than requested,
+ * child. If there is more vertical space available than requested,
  * and the baseline is not allocated by the parent then
  * @position is used to allocate the baseline wrt the
  * extra space available.